Ejemplo n.º 1
0
 public DiplomaService(VerContext db)
 {
     _db = db;
 }
 public PDFService(VerContext db)
 {
     _db = db;
 }