public void AddAgencyCommunicationRequest(int tenderId, int agencyRequestId)
 {
     AgencyCommunicationRequest = new AgencyCommunicationRequest(tenderId, agencyRequestId);
     EntityCreated();
 }
Beispiel #2
0
 public void SetCommunicationRequest(AgencyCommunicationRequest request)
 {
     AgencyCommunicationRequest = request;
 }