Ejemplo n.º 1
0
 public Location GetByZip(string zip)
 {
     return(LocationRepo.GetLocationByZip(zip));
 }