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