示例#1
0
 public async Task <int> GetRolesCountAsync(string title)
 {
     return(await _dal.GetCountAsync(r => r.Title.Contains(title)));
 }