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