示例#1
0
 public Customer FindCustomerById(int id)
 {
     return(_customerMapper.FindByInd(id));
 }