예제 #1
0
 public Keep GetKeepById(int id)
 {
     return(_repo.GetKeepById(id));
 }