Example #1
0
 public EmployeesController(DOTNETCOREContext context)
 {
     _context = context;
 }
 public UserService(DOTNETCOREContext context, IConfiguration configuration)
 {
     _context       = context;
     _configuration = configuration;
 }