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