Example #1
0
 public Customer GetById(int id)
 {
     return(_customerBusiness.GetById(id));
 }