Ejemplo n.º 1
0
 public Shipper GetById(int id)
 {
     return(_shipperDal.GetById(id));
 }