Aggiunta metodo x copiare ODL in SEND + trad valori

This commit is contained in:
Samuele Locatelli
2022-10-11 20:56:51 +02:00
parent 7f3a73ba0e
commit a4810826f8
7 changed files with 33 additions and 8 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ namespace MP.Data.DTO
{
public List<FluxLog> ODL { get; set; } = new List<FluxLog>();
public List<FluxLog> OdlClone { get; set; } = new List<FluxLog>();
public List<FluxLog> SEND { get; set; } = new List<FluxLog>();
}
}