Exceptions SIREN
This commit is contained in:
parent
e561711d33
commit
46295cc25e
19 changed files with 5095 additions and 40 deletions
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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue