Exceptions SIREN
This commit is contained in:
10
Yavsc/Model/Billing/ExceptionSIREN.cs
Normal file
10
Yavsc/Model/Billing/ExceptionSIREN.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Yavsc.Models.Billing
|
||||
{
|
||||
public class ExceptionSIREN {
|
||||
|
||||
[Key]
|
||||
public string SIREN { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user