public override void UpdateStatus()
        {
            Pos_Type_Setup_Property objPOSType_Property = new Pos_Type_Setup_Property();

            objPOSType_Property.ID        = base.Id;
            objPOSType_Property.Status    = base.Status;
            objPOSType_Property.TableName = "POS_TYPE_SETUP";

            objPOSTypeDAL = new Pos_Type_Setup_DAL(objPOSType_Property);
            objPOSTypeDAL.UpdateStatus();
        }
 public Pos_Type_Setup_BLL(Pos_Type_Setup_Property objPOSType_Property)
 {
     objPOSTypeProperty = objPOSType_Property;
 }
 public Pos_Type_Setup_DAL(Pos_Type_Setup_Property ObjPosTypeSetup_Property)
 {
     ObjPosTypeSetupProperty = ObjPosTypeSetup_Property;
 }