예제 #1
0
 public async Task ApproveOffer(int offerId)
 {
     await _offerService.ApproveOffer(offerId, User.Identity.GetUserId <int>());
 }