Esempio n. 1
0
 public HomeController(MyWebServiceContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public signUpsController(MyWebServiceContext context)
 {
     _context = context;
 }
 public ProjetosController(MyWebServiceContext context)
 {
     _context = context;
 }