public void GetShippingPaymentByUserID()
 {
     _shippingPaymentBL.GetShippingPaymentByUserID(229);
 }
 public DTO.ShippingPayment GetShippingPaymentByUserID(int uid)
 {
     return(Mapper.Map <DTO.ShippingPayment>(_shippingPayment.GetShippingPaymentByUserID(uid)));
 }