コード例 #1
0
ファイル: Catalog.cs プロジェクト: abvadabra/itmo-oop-tasks
 public static void AddArtist(Artist artist)
 {
     Artists.Add(artist);
 }