상속: TheAirline.Models.BaseModel
예제 #1
0
 public static void SetInstance(Settings instance)
 {
     _instance = instance;
 }
예제 #2
0
 public static Settings GetInstance()
 {
     return _instance ?? (_instance = new Settings());
 }