Ejemplo n.º 1
0
 public bool ExistName(string name)
 {
     return(_repository.ExistName(name));
 }