Пример #1
0
 public static SYS_DistrictBll GetInstance()
 {
     if (_instance == null)
     {
         _instance = new SYS_DistrictBll();
     }
     return(_instance);
 }
Пример #2
0
 public static SYS_DistrictBll GetInstance()
 {
     if (_instance == null)
     {
         _instance = new SYS_DistrictBll();
     }
     return _instance;
 }