public virtual async Task <List <T> > ListAll(string query, params object[] args) { return(await crudModel.ListAll <T>(query, args)); }