Exemplo n.º 1
0
 public bool IsNameExists(string name)
 {
     return(_iteamRepository.IsNameExists(name));
 }
Exemplo n.º 2
0
 public bool IsNameExists(Item item)
 {
     return(_iteamRepository.IsNameExists(item));
 }