示例#1
0
 public UserService(RexContext context)
 {
     _context = context;
 }
示例#2
0
 public FormDataService(RexContext context)
 {
     this.context = context;
 }
示例#3
0
 public AccountService(RexContext context)
 {
     this.context = context;
 }
示例#4
0
 public IdeaController(RexContext context)
 {
     _context = context;
 }