6 lines
148 B
C#
6 lines
148 B
C#
namespace CompanyManagment.App.Contracts.InstitutionContract;
|
|
|
|
public class ArchiveCodConvertoint
|
|
{
|
|
public int ArchiveCodeInt { get; set; }
|
|
} |