Exemple #1
0
 public Fish(string name, DateTime dateOfBirth, FeedType feedType) : base(name, dateOfBirth, feedType)
 {
 }