Beispiel #1
0
 public ClientesPersistor()
 {
     db = new AgendoContext();
 }
Beispiel #2
0
 public ServicePersistor()
 {
     db = new AgendoContext();
 }