Ejemplo n.º 1
0
 public CatDTO GetcatByName(string name)
 {
     return(_cService.GetCatByName(name));
 }