Exemplo n.º 1
0
 public GiftManager(IGiftDal giftDal)
 {
     _giftDal = giftDal;
 }