示例#1
0
 public DataService()
 {
     if (_container == null)
     {
         _container = BootStrap.BuildContainer();
     }
 }