...
This commit is contained in:
@@ -13,6 +13,13 @@ namespace Back.Controllers.Warehouse
|
||||
{
|
||||
private readonly WarehouseService _warehouseService;
|
||||
private readonly servUser _servUser;
|
||||
|
||||
public WarehouseController(WarehouseService warehouseService, servUser servUser)
|
||||
{
|
||||
_warehouseService = warehouseService;
|
||||
_servUser = servUser;
|
||||
}
|
||||
|
||||
[HttpGet("Circulation")]
|
||||
public async Task<IActionResult> Circulation(string date = "", int CODID = 0, int PageIndex = 1, int PageSize = 5)
|
||||
{
|
||||
|
Reference in New Issue
Block a user