Example #1
0
 internal object GetVaultsByAccountId(string id)
 {
     return(_repo.GetByAccountId(id));
 }