Fix Redundance Reference
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.Integrations.SCB.Common;
|
||||
|
||||
public class SCBStatus
|
||||
public sealed class SCBStatus
|
||||
{
|
||||
|
||||
public int? Code { get; set; }
|
||||
public string? Description { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user