public int GetCount(string recordSetName) => _inner.GetCount(recordSetName);
Exemple #2
0
 public int GetCount(string recordSetName)
 {
     return(_inner.GetCount(recordSetName));
 }