Ejemplo n.º 1
0
 public string GetCatByName(string name)
 {
     return(catsContext.GetCat(name));
 }