예제 #1
0
 public ToursController(MmtContext context, IWebHostEnvironment webHostEnvironment, IConfiguration configuration, IAzureFileService azureFileService)
 {
     _context = context;
     this.webHostEnvironment = webHostEnvironment;
     _Configuration          = configuration;
     _AzureFileService       = azureFileService;
 }
 public ToursAndCuriositiesManagerController(MmtContext context, IConfiguration configuration)
 {
     _context       = context;
     _Configuration = configuration;
 }
예제 #3
0
 public CuriosityLikesController(MmtContext context)
 {
     _context = context;
 }
예제 #4
0
 public MmtLikeController(MmtContext context)
 {
     mmtContext = context;
 }
예제 #5
0
 public CommentsController(MmtContext context)
 {
     _context = context;
 }
예제 #6
0
 public MmtCommentController(MmtContext context)
 {
     mmtContext = context;
 }
예제 #7
0
 public LogsController(MmtContext context)
 {
     _context = context;
 }