Beispiel #1
0
 public GalleryCategoryController(IHostingEnvironment hostingEnvironment)
 {
     if (galleryCategoriesServices == null)
     {
         galleryCategoriesServices = new GalleryCategoriesServices();
     }
     _hostingEnvironment = hostingEnvironment;
 }