Exemple #1
0
 public Keep GetById(int id)
 {
     return(_db.GetbyKeepId(id));
 }