Ejemplo n.º 1
0
 internal IEnumerable <Vault> GetVaultssByAccountId(string id)
 {
     return(_repo.GetByOwnerId(id));
 }