Exemplo n.º 1
0
 public ApiController()
 {
     _db = new Tasks();
 }
Exemplo n.º 2
0
 public HomeController()
 {
     _db = new Tasks();
 }