示例#1
0
 public LocationRecord UpdateLocation(LocationRecord record)
 {
     return(repository.Update(record));
 }