public void Init()
 {
     ctx = EFContext.CreateContext();
     repo = new RoomSupplementRepository(ctx);
 }
Пример #2
0
 public void Init()
 {
     ctx = EFContext.CreateContext();
     repo = new RoomSupplementRepository(ctx);
 }