Example #1
0
 public Vault GetById(int id)
 {
     return(_db.GetbyId(id));
 }