Beispiel #1
0
        public async Task <List <d_pap_matter> > Get()
        {
            Expression <Func <d_pap_matter, bool> > whereExpression = a => a.IsDeleted != true;

            return(await _d_pap_matterServices.Query(whereExpression));
        }
Beispiel #2
0
 public async Task <List <d_pap_matter> > Get()
 {
     return(await _d_pap_matterServices.Query());
 }