Example #1
0
        public bool deleteAccEmp(string Acc_id, string Emp_id)
        {
            bool Bool = dalAccount.deleteAccEmp(Acc_id, Emp_id);

            return(Bool);
        }