示例#1
0
 public UserService()
 {
     _context = new DataContext();
 }
示例#2
0
 public RoomService()
 {
     _context = new DataContext();
 }