Esempio n. 1
0
 public string DeleteByKeeperId(int id)
 {
     return _repo.DeleteByKeepId (id);
 }