Exemple #1
0
 public async Task <List <SystemAction> > SelectALLAsync(SystemAction entitySystemAction = null, string sOperator = null, int iOrderGroup = 0, int iMaxCount = 0, string sSortName = null, string sSortOrder = null)
 {
     return(await _systemActionRepository.SelectALLAsync(entitySystemAction, sOperator, iOrderGroup, iMaxCount, sSortName, sSortOrder));
 }