yavsc/Yavsc/Models/Billing/ExceptionSIREN.cs

10 lines
186 B
C#

8 years ago
using System.ComponentModel.DataAnnotations;
namespace Yavsc.Models.Billing
{
public class ExceptionSIREN {
[Key]
public string SIREN { get; set; }
}
}