This commit is contained in:
mmrbnjd
2025-01-21 19:06:37 +03:30
parent a296f31d74
commit a4b90b5142
4 changed files with 74 additions and 28 deletions

View File

@@ -28,7 +28,6 @@ namespace Back.Services.Warehouse
var RequestRemittance = _RemittanceRepo.Get(w => w.cODItem.CompanyID == CompanyID && !w.Deleted)
.Select(s=>new CirculationDto
{
ID= s.ID,
CODID=s.CODID,
CODTitle=s.cODItem.Title,
Date=s.Date,
@@ -46,7 +45,6 @@ namespace Back.Services.Warehouse
var RequestReceipt = _ReceiptRepo.Get(w => w.cODItem.CompanyID == CompanyID && !w.Deleted)
.Select(s => new CirculationDto
{
ID = s.ID,
CODID = s.CODID,
CODTitle = s.cODItem.Title,
Date = s.Date,