Ejemplo n.º 1
0
 public Centers GetCenterById(int id)
 {
     return(_centerRepo.GetCenterById(id));
 }