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