public RepositoryService(StillbornContext context)
 {
     _context = context;
 }
Exemple #2
0
 public Repository(StillbornContext context)
 {
     _context = context;
 }