Пример #1
0
 public UserService()
 {
     _context = new DataContext();
 }
Пример #2
0
 public RoomService()
 {
     _context = new DataContext();
 }