예제 #1
0
 public Customer GetById(int id)
 {
     return(_context.GetById(id));
 }