Example #1
0
 public PersonRepository()
 {
     _container = new MyPhotosModelContainer();
 }
Example #2
0
 public MyPhotosApi()
 {
     _context = new MyPhotosModelContainer();
 }
Example #3
0
 public TypeRepository()
 {
     _container = new MyPhotosModelContainer();
 }
Example #4
0
 public EventRepository()
 {
     _container = new MyPhotosModelContainer();
 }