示例#1
0
 public Location GetLocationByAddress(string address)
 {
     return(repo.GetLocationByAddress(address));
 }