コード例 #1
0
 public List <Shipper> GetAllShippers()
 {
     return(_shipperDal.GetAllShippers());
 }