public ItemsEditAddRemoveService()
 {
     this.context = ModelContainer.GetContext();
 }
Пример #2
0
 public LocalItemsService()
 {
     this.context = ModelContainer.GetContext();
     manager      = new LocalFilesManager();
 }
Пример #3
0
 public ItemsQueryService()
 {
     this.context = ModelContainer.GetContext();
 }