Example #1
0
 //R
 public Customer GetByID(int id)
 {
     return(_da.GetByID(id));
 }