Exemplo n.º 1
0
 public static DOG GetById(string id)
 {
     return(dog.GetByID(id));
 }