Esempio n. 1
0
 public LoginController()
 {
     rancheDAL = new RanchDAL();
     tokenDAL  = new TokenDAL();
 }
 public CategoryController()
 {
     categoryDAL = new CategoryDAL();
     cattleDAL   = new CattleDAL();
     tokenDAL    = new TokenDAL();
 }