public ImageController(ImagesRepo repo)
 {
     _repo = repo;
 }
Beispiel #2
0
 static ImagesController()
 {
     images = new ImagesRepo();
 }