Ejemplo n.º 1
0
 public Location FindById(int?id)
 {
     return(locationRepo.FindById(id));
 }