Пример #1
0
 public Vault GetOneVaultById(int Id)
 {
     return(_repo.GetOneVaultById(Id));
 }