예제 #1
0
 public async Task <int> GetCountAsync(DbQuery query)
 {
     return(await _baseCollection.GetCountAsync(query));
 }