Ejemplo n.º 1
0
 public PhotoRepository(PhotoServiceDBContextFactory contextFactory)
 {
     _context = contextFactory.Make();
 }