Ejemplo n.º 1
0
 public void OnGet()
 {
     //var page = new DataPage
     //{
     //    PageIndex = string.IsNullOrWhiteSpace(Request.Query["PageIndex"][0])?1:int.Parse(Request.Query["PageIndex"][0]),
     //    PageSize = strint.Parse(Request.Query["PageSize"][0])
     //};
     EmployeeList = _employeeContext.GetList(string.Empty, string.Empty, null);
 }