コード例 #1
0
 public Location GetByZip(string zip)
 {
     return(LocationRepo.GetLocationByZip(zip));
 }