public UsersController(TheCRMserviceContext context)
 {
     _context = context;
 }
Exemple #2
0
 public CustomersImageController(TheCRMserviceContext context, IConfiguration configuration, IHostingEnvironment hostingEnvironment)
 {
     _context            = context;
     _configuration      = configuration;
     _hostingEnvironment = hostingEnvironment;
 }
 public CustomersController(TheCRMserviceContext context, IHostingEnvironment hostingEnvironment)
 {
     _context            = context;
     _hostingEnvironment = hostingEnvironment;
 }
Exemple #4
0
 public UserService(TheCRMserviceContext context)
 {
     _context = context;
 }