Inheritance: TheAirline.Models.BaseModel
Exemplo n.º 1
0
 public static void SetInstance(Settings instance)
 {
     _instance = instance;
 }
Exemplo n.º 2
0
 public static Settings GetInstance()
 {
     return _instance ?? (_instance = new Settings());
 }