7 lines
174 B
C#
7 lines
174 B
C#
namespace AMREZ.EOP.Contracts.DTOs.Integrations.SCB.Common;
|
|
|
|
public sealed class SCBStatus
|
|
{
|
|
public int? Code { get; set; }
|
|
public string? Description { get; set; }
|
|
} |