public InstructorsController(TitanInformationSolutionsContext context)
 {
     _context = context;
 }
예제 #2
0
 public ChildrenController(TitanInformationSolutionsContext context)
 {
     _context = context;
 }
 public SubscriptionsController(TitanInformationSolutionsContext context, IConfiguration configuration)
 {
     _context       = context;
     _configuration = configuration;
 }
예제 #4
0
 public PostsController(TitanInformationSolutionsContext context)
 {
     _context = context;
 }
예제 #5
0
 public WebPushController(TitanInformationSolutionsContext context, IConfiguration configuration)
 {
     _context       = context;
     _configuration = configuration;
 }
예제 #6
0
 public BGCProgramsController(TitanInformationSolutionsContext context)
 {
     _context = context;
 }
 public MessagesController(TitanInformationSolutionsContext context)
 {
     _context = context;
 }