示例#1
0
 public VotoApiController()
 {
     this._votorepo = new VotoRepository();
 }
示例#2
0
 public HomeController()
 {
     this._votorepo = new VotoRepository();
 }