コード例 #1
0
 public IHttpActionResult AcceptOffer(long offerId)
 {
     return(CallBusinessLogicAction(() => _manager.AcceptOffer(offerId, User.Identity.GetUserId())));
 }