public RolesService(IInventContext context)
 {
     _context = context;
 }
Example #2
0
 public OrgUnitProvider(IInventContext InventContext)
 {
     _InventContext = InventContext;
 }
Example #3
0
 public EmployeeProvider(IInventContext InventContext)
 {
     _InventContext = InventContext;
 }
Example #4
0
 public TenantProvider(IInventContext context)
 {
     _context = context;
 }
Example #5
0
 public SecurityUserProvider(IInventContext inventContext)
 {
     _inventContext = inventContext;
 }