Ejemplo n.º 1
0
 public CategoryController()
 {
     dgrosStore = new DgrosStoreContext();
 }
 public ProductNameValidation()
 {
     dgrosStore = new DgrosStoreContext();
 }
Ejemplo n.º 3
0
 public ProductController()
 {
     dgrosStore = new DgrosStoreContext();
     STATE      = true;
 }
 public TelephoneController()
 {
     dgrosStore = new DgrosStoreContext();
 }
Ejemplo n.º 5
0
 // GET: Client
 public ClientController()
 {
     dgrosStore = new DgrosStoreContext();
 }
Ejemplo n.º 6
0
 public DiscountController()
 {
     dgrosStore = new DgrosStoreContext();
 }
Ejemplo n.º 7
0
 public IdCardValidation()
 {
     dgrosStore = new DgrosStoreContext();
 }
 public PersonEmailValidation()
 {
     dgrosStore = new DgrosStoreContext();
 }
 public ProviderEmailValidation()
 {
     dgrosStore = new DgrosStoreContext();
 }
Ejemplo n.º 10
0
 public CategoryNameValidation()
 {
     dgrosStore = new DgrosStoreContext();
 }
Ejemplo n.º 11
0
 public ClientTelephoneValidation()
 {
     dgrosStore = new DgrosStoreContext();
 }
 public ProviderController()
 {
     dgrosStore = new DgrosStoreContext();
 }
Ejemplo n.º 13
0
 public SalesController()
 {
     dgrosStore = new DgrosStoreContext();
 }