Exemple #1
0
 public LogFileManager(SoloContext context) : base(context)
 {
     this.context = context;
 }
Exemple #2
0
 public FileManager(SoloContext context)
 {
     this.context = context;
 }
Exemple #3
0
 public FlightManager(SoloContext context)
 {
     this.context = context;
 }
 public AirportFileManager(SoloContext context) : base(context)
 {
     this.context = context;
 }