public LoginController()
 {
     rancheDAL = new RanchDAL();
     tokenDAL  = new TokenDAL();
 }
Exemple #2
0
 public AdminController()
 {
     categoryDAL = new CategoryDAL();
     ranchDAL    = new RanchDAL();
 }