Parent / Child relationships in interfaces
If I were to have interfaces like so:
public interface IAlbum
{
string Title { get; set; }
}
public interface ITrack
0
0
0
加载中,请稍侯......
精彩评论