Ejemplo n.º 1
0
 public IList <Paper> GetTaskPapers(string paperName, int organizationId, int categoryId, string createPerson,
                                    int statusId, int currentPageIndex, int pageSize, string orderBy)
 {
     return(dal.GetTaskPapers(paperName, organizationId, categoryId, createPerson,
                              statusId, currentPageIndex, pageSize, orderBy));
 }