Beispiel #1
0
 public ImagesController()
 {
     _parametrageService = new ParametrageService();
 }
Beispiel #2
0
 public HomeController()
 {
     _parametrageService = new ParametrageService();
 }