Ejemplo n.º 1
0
 public ObjectResultEx GetAreaShow(SimpleParam <string> name, SimpleParam <string> type)
 {
     return(ObjectResultEx.Instance(GovtWebService.GetAreaShow(name.Id, type.Parameter), 1, RetrunMessge.SUCCESS, HttpCode.Success));
 }