FluxLogDTO:
- Update modello dati x gestione nuovo DTO - bozza udpatre DB e servizio
This commit is contained in:
@@ -13,8 +13,10 @@ namespace MP.Data.DTO
|
||||
{
|
||||
public class DossierFluxLogDTO
|
||||
{
|
||||
public List<FluxLog> ODL { get; set; } = new List<FluxLog>();
|
||||
/// <summary>
|
||||
/// Elenco valori FluxLogDTO serializzato (compreso valori edit)
|
||||
/// </summary>
|
||||
public List<FluxLogDTO> ODL { get; set; } = new List<FluxLogDTO>();
|
||||
|
||||
public List<FluxLog> SEND { get; set; } = new List<FluxLog>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user