Esempio n. 1
0
 public void AddAgencyCommunicationRequest(int tenderId, int agencyRequestId)
 {
     AgencyCommunicationRequest = new AgencyCommunicationRequest(tenderId, agencyRequestId);
     EntityCreated();
 }
Esempio n. 2
0
 public void SetCommunicationRequest(AgencyCommunicationRequest request)
 {
     AgencyCommunicationRequest = request;
 }