public LibroService(_DbContex context)
 {
     _context = context;
 }
Example #2
0
 public AutorService(_DbContex context)
 {
     _context = context;
 }
 public EditorialService(_DbContex context)
 {
     _context = context;
 }