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