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