public string DeleteProjecttask(string id) { ClientDAC dacobj = new ClientDAC(); return(dacobj.DeleteProjecttask(id)); }