예제 #1
0
 public IEnumerable <Keep> Get(int id)
 {
     return(_vkrepo.GetVaultKeepById(id));
 }