Ejemplo n.º 1
0
 public UsersController(TheCRMserviceContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public CustomersImageController(TheCRMserviceContext context, IConfiguration configuration, IHostingEnvironment hostingEnvironment)
 {
     _context            = context;
     _configuration      = configuration;
     _hostingEnvironment = hostingEnvironment;
 }
Ejemplo n.º 3
0
 public CustomersController(TheCRMserviceContext context, IHostingEnvironment hostingEnvironment)
 {
     _context            = context;
     _hostingEnvironment = hostingEnvironment;
 }
Ejemplo n.º 4
0
 public UserService(TheCRMserviceContext context)
 {
     _context = context;
 }