예제 #1
0
 public ApiController()
 {
     _db = new Tasks();
 }
예제 #2
0
 public HomeController()
 {
     _db = new Tasks();
 }