Example #1
0
 public void AddToSnRemInstRecords(SnRemInstRecordDTO snRemInstRecordDTO)
 {
     base.AddObject("SnRemInstRecords", snRemInstRecordDTO);
 }
Example #2
0
 public static SnRemInstRecordDTO CreateSnRemInstRecordDTO(int ID, global::System.DateTime actionDate, int actionType, global::System.Guid aircraftId)
 {
     SnRemInstRecordDTO snRemInstRecordDTO = new SnRemInstRecordDTO();
     snRemInstRecordDTO.Id = ID;
     snRemInstRecordDTO.ActionDate = actionDate;
     snRemInstRecordDTO.ActionType = actionType;
     snRemInstRecordDTO.AircraftId = aircraftId;
     return snRemInstRecordDTO;
 }