Exemple #1
0
 public bool IsNameExists(string name)
 {
     return(_iteamRepository.IsNameExists(name));
 }
 public bool IsNameExists(Item item)
 {
     return(_iteamRepository.IsNameExists(item));
 }