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