コード例 #1
0
 public void AddAgencyCommunicationRequest(int tenderId, int agencyRequestId)
 {
     AgencyCommunicationRequest = new AgencyCommunicationRequest(tenderId, agencyRequestId);
     EntityCreated();
 }
コード例 #2
0
ファイル: Enquiry.cs プロジェクト: lulzzz/UITest-POC
 public void SetCommunicationRequest(AgencyCommunicationRequest request)
 {
     AgencyCommunicationRequest = request;
 }