public void Configuration(IAppBuilder app) { app.MapSignalR(); ConfigureAuth(app); MappingProfile.Configure(); }
public MoviesController() { _context = new ApplicationDbContext(); _mapper = MappingProfile.Configure().CreateMapper(); }
public CustomersController() { _context = new ApplicationDbContext(); _imapper = MappingProfile.Configure().CreateMapper(); }