Exemple #1
0
 public GiftManager(IGiftDal giftDal)
 {
     _giftDal = giftDal;
 }