Example #1
0
 public HomeController(MyWebServiceContext context)
 {
     _context = context;
 }
Example #2
0
 public signUpsController(MyWebServiceContext context)
 {
     _context = context;
 }
 public ProjetosController(MyWebServiceContext context)
 {
     _context = context;
 }