feat: add Stato field to CertificateInfo model and map from SP
This commit is contained in:
@@ -98,6 +98,7 @@ public class CertificateDataService : ICertificateDataService
|
||||
info.CpnDaPagare = r.GetNullableDecimal("CpnDaPagare");
|
||||
info.CpnPagati = r.GetNullableDecimal("CpnPagati");
|
||||
info.RendimentoAttuale = r.GetStringSafe("RendimentoAttuale");
|
||||
info.Stato = r.GetStringSafe("Stato");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user