コード例 #1
0
 public ObjectResultEx GetAreaBill(SimpleParam <string> type, SimpleParam <string> name)
 {
     return(ObjectResultEx.Instance(GovtWebService.GetAreaBill(type.Id, name.Parameter), 1, RetrunMessge.SUCCESS, HttpCode.Success));
 }