Beispiel #1
0
 public PhotoController(IApiImplementation MyService)
 {
     this.MyService = MyService;
 }
 public CommentController(IApiImplementation MyService)
 {
     this.MyService = MyService;
 }
Beispiel #3
0
 public AlbumController(IApiImplementation MyService)
 {
     this.MyService = MyService;
 }