Example #1
0
 public PhotoController(IPhotoSharingContext Context)
 {
     context = Context;
 }
Example #2
0
 public PhotoController()
 {
     context = new PhotoSharingContext();
 }