コード例 #1
0
 public DTO.ResponseMessage <bool> SavePlace(string PlaceG, string Province, string Code, string Place, string Seat, bool Free, string UserId, Boolean Addnew, string GroupType)
 {
     return(svc.SavePlace(PlaceG, Province, Code, Place, Seat, Free, UserId, Addnew, GroupType));
 }