Ejemplo n.º 1
0
 public bool DeleteAccount()
 {
     objfourthTierDAL = new fourthTier_DAL(objfourthTierProperty);
     return(objfourthTierDAL.DeleteAccounts());
 }
Ejemplo n.º 2
0
 public bool Update()
 {
     objfourthTierDAL = new fourthTier_DAL(objfourthTierProperty);
     return(objfourthTierDAL.Update());
 }
Ejemplo n.º 3
0
 public DataTable GetfourthTierById()
 {
     objfourthTierDAL = new fourthTier_DAL(objfourthTierProperty);
     return(objfourthTierDAL.SelectById());
 }
Ejemplo n.º 4
0
 public bool Insert()
 {
     objfourthTierDAL = new fourthTier_DAL(objfourthTierProperty);
     return(objfourthTierDAL.Insert());
 }
Ejemplo n.º 5
0
 public DataTable ViewAll()
 {
     objfourthTierDAL = new fourthTier_DAL(objfourthTierProperty);
     return(objfourthTierDAL.SelectAll());
 }