Beispiel #1
0
 //// new addition /////
 internal IEnumerable <VaultKeep> GetByVkId(int id)
 {
     return(_repo.GetKeepByVkId(id));
 }