예제 #1
0
 public DeliveryInfoService(IDeliveryInfoRepository deliveryInfoRepository)
 {
     _deliveryInfoRepository = deliveryInfoRepository;
 }
예제 #2
0
 public DeliveryInfoService(IDeliveryInfoRepository dal)
 {
     this.dal     = dal;
     base.baseDal = dal;
 }