Ejemplo n.º 1
0
 public ObjectResultEx GetCategoryPage(PageParamList <RequestGovtPatrolCategory> pageParam)
 {
     return(ObjectResultEx.Instance(GovtWebService.GetCategoryPage(pageParam), 1, RetrunMessge.SUCCESS, HttpCode.Success));
 }