Example #1
0
 public int GetVaultCount(int id)
 {
     return(_repo.GetVaultCount(id));
 }