Example #1
0
 public override void Validate(string input, string field)
 {
     if (Feed.CheckIfChannelNameExist(input, FeedList))
     {
         throw new Exception($"Channel with that name is already added");
     }
 }