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