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; }
public CuriosityLikesController(MmtContext context) { _context = context; }
public MmtLikeController(MmtContext context) { mmtContext = context; }
public CommentsController(MmtContext context) { _context = context; }
public MmtCommentController(MmtContext context) { mmtContext = context; }
public LogsController(MmtContext context) { _context = context; }