Exemplo n.º 1
0
        public List <DbJob> CheckAccManagerJobExists(string username)
        {
            DeleteUser delUser = new DeleteUser();

            return(delUser.CheckJobExists(username));
        }
Exemplo n.º 2
0
        //Delete User need implementation
        public bool DeleteUser(List <DbUser> user)
        {
            DeleteUser deluser = new DeleteUser();

            return(deluser.GetCommand(user, 0));
        }