public RepositoryService(StillbornContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public Repository(StillbornContext context)
 {
     _context = context;
 }