public CommentController(LELContext context) : base(context) { }
public RoleController(LELContext context) : base(context) { }
public SymbolLikeController(LELContext context) : base(context) { }
public GenericApiController(LELContext context) { _context = context; }
public LELProjectController(LELContext context) : base(context) { }
public HomeController(LELContext context) { Context = context; }
public UserService(LELContext context) { _context = context; }