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