コード例 #1
0
 public Place AddLocation(string NameLocation)
 {
     return(LocalService.AddLocation(NameLocation));
 }