Exemplo n.º 1
0
 public static List <SystemDepartmentPostRoleRelationWrapper> FindAllByPostID(SystemPostWrapper postID)
 {
     return(ConvertToWrapperList(businessProxy.FindAllByPostID(postID.Entity)));
 }
Exemplo n.º 2
0
 public static List <SystemDepartmentPostRoleRelationWrapper> FindAllByOrderByAndFilterAndPostID(string orderByColumnName, bool isDesc, SystemPostWrapper postID, PageQueryParams pageQueryParams)
 {
     return(ConvertToWrapperList(businessProxy.FindAllByOrderByAndFilterAndPostID(orderByColumnName, isDesc, postID.Entity, pageQueryParams)));
 }