コード例 #1
0
 public IList <Bidder> GetBiddersByBidReq(int id)
 {
     return(_controller.GetBiddersByBidReq(id));
 }