Beispiel #1
0
 public ItemService(ItemCoreEntities context)
 {
     this._context = context;
 }
 public CategoryService(ItemCoreEntities context)
 {
     this._context = context;
 }
 public SettingService(ItemCoreEntities context)
 { this._context = context; }