Пример #1
0
 public TransportTasksJSON(IdentifierJSON id, List <TransportTask> ttL)
 {
     this.identifier = id;
     this.tTL        = ttL;
 }
Пример #2
0
 public MaintenanceTasksJSON(IdentifierJSON id, List <MaintenanceTask> mt)
 {
     this.identifier = id;
     this.mT         = mt;
 }
 public CleaningTasksJSON(IdentifierJSON identifierJSON, List <CleaningTask> cTL)
 {
     this.identifierJSON = identifierJSON;
     this.cTL            = cTL;
 }