Example #1
0
 public CommentController(LELContext context) : base(context)
 {
 }
Example #2
0
 public RoleController(LELContext context) : base(context)
 {
 }
Example #3
0
 public SymbolLikeController(LELContext context) : base(context)
 {
 }
Example #4
0
 public GenericApiController(LELContext context)
 {
     _context = context;
 }
Example #5
0
 public LELProjectController(LELContext context) : base(context)
 {
 }
Example #6
0
 public HomeController(LELContext context)
 {
     Context = context;
 }
Example #7
0
 public UserService(LELContext context)
 {
     _context = context;
 }