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