Exemplo n.º 1
0
 public bool IsGenderExists(string Name)
 {
     return(_GenderService.FindByName(Name).Count() > 0);
 }