Esempio n. 1
0
 // Allows us to isolate Repo from context during testing
 public DelagramRepository(DelagramContext _context)
 {
     context = _context;
 }
Esempio n. 2
0
 public DelagramRepository()
 {
     context = new DelagramContext();
 }