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