Exemplo n.º 1
0
 public PersonRepository()
 {
     _container = new MyPhotosModelContainer();
 }
Exemplo n.º 2
0
 public MyPhotosApi()
 {
     _context = new MyPhotosModelContainer();
 }
Exemplo n.º 3
0
 public TypeRepository()
 {
     _container = new MyPhotosModelContainer();
 }
Exemplo n.º 4
0
 public EventRepository()
 {
     _container = new MyPhotosModelContainer();
 }