/// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="skuProductTypesService"></param>
 public SKU_ProductTypesController(ISKU_ProductTypesService skuProductTypesService)
 {
     _SKU_ProductTypesService = skuProductTypesService;
 }
Beispiel #2
0
 public void Init()
 {
     BrEngineContext.Init(null);
     this._SKU_ProductTypesService = BrEngineContext.Current.Resolve <ISKU_ProductTypesService>();
     this._AC_UserService          = BrEngineContext.Current.Resolve <IAC_UserService>();
 }