Rebrand context.

This commit is contained in:
2020-02-10 02:47:39 +00:00
parent c2a5a13b28
commit 90e7d75e7e
101 changed files with 197 additions and 197 deletions

View File

@@ -20,11 +20,11 @@ namespace Marechai.Areas.Admin.Controllers
[Authorize]
public class MachinePhotosController : Controller
{
readonly cicmContext _context;
readonly MarechaiContext _context;
readonly IHostingEnvironment hostingEnvironment;
readonly UserManager<ApplicationUser> userManager;
public MachinePhotosController(cicmContext context, IHostingEnvironment hostingEnvironment,
public MachinePhotosController(MarechaiContext context, IHostingEnvironment hostingEnvironment,
UserManager<ApplicationUser> userManager)
{
_context = context;