Ejemplo n.º 1
0
 public async Task <List <b_politic_role> > Get()
 {
     return(await _b_politic_roleServices.Query());
 }
Ejemplo n.º 2
0
        public async Task <List <b_politic_role> > Get()
        {
            Expression <Func <b_politic_role, bool> > whereExpression = a => a.IsDeleted != true;

            return(await _b_politic_roleServices.Query(whereExpression));
        }