Exemplo n.º 1
0
 public ServerImageController(IHostingEnvironment hostingEnvironment, IServerImageRepository serverImageRepository)
 {
     _HostingEnvironment    = hostingEnvironment;
     _ServerImageRepository = serverImageRepository;
 }
Exemplo n.º 2
0
        private const int ExifOrientationId = 0x112; //274

        public ImageController(IServerImageRepository serverImageRepository)
        {
            ServerImageRepository = serverImageRepository;
        }