예제 #1
0
 public async Task Create(Gift gift)
 {
     await _giftDal.Create(gift);
 }