Beispiel #1
0
 public PhotoCarController(ISmurfContextPhoto Context)
 {
     context = Context;
 }
Beispiel #2
0
 //Constructors
 public PhotoCarController()
 {
     context = new SmurfContext();
 }