示例#1
0
 public CarrosController(UP7WebApiContext context, IHostingEnvironment env)
 {
     _context = context;
     _env     = env;
 }