Beispiel #1
0
 public LibroData(NexosDBContext db)
 {
     DB = db;
 }
Beispiel #2
0
 public AutorData(NexosDBContext db)
 {
     DB = db;
 }
Beispiel #3
0
 public EditorialData(NexosDBContext db)
 {
     DB = db;
 }