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