public AdjustmentsController()
 {
     ivadjustsvc = new InventoryAdjustmentService();
     deptSvc     = new DepartmentService();
     invSvc      = new InventoryService();
     uSvc        = new UtilityService();
 }
 public InventoryAdjustmentController(IInventoryAdjustmentService inventoryAdjustmentService,
                                      IDropDownService idropDownService,
                                      ICommonService iCommonService,
                                      IStringLocalizer <RocketPOSResources> sharedLocalizer, LocService locService)
 {
     _inventoryAdjustmentService = inventoryAdjustmentService;
     _iDropDownService           = idropDownService;
     _iCommonService             = iCommonService;
     _sharedLocalizer            = sharedLocalizer;
     _locService = locService;
 }