Exemplo n.º 1
0
 public studentController(StudentRegContext ORM, IHostingEnvironment ENV)
 {
     _ORM = ORM;
     _ENV = ENV;
 }