1
0
mirror of synced 2025-02-04 13:45:27 +01:00
2024-03-16 17:46:06 +08:00

6 lines
103 B
C#

namespace SharedProject.Models;
public interface IVerupNo
{
public uint VerupNo { get; set; }
}