Esempio n. 1
0
 /// <summary>
 /// Returns the number of entities of the current type
 /// </summary>
 public Task <int> CountAsync(string query)
 {
     return(_conn.CountAsync(query));
 }