public bool DeleteProspective(Prospective prospective) { return prospectiveDA.DeleteProspective(prospective); }
public bool UpdateEmployee(Prospective prospective) { return prospectiveDA.UpdateProspective(prospective); }
//public bool DeleteProspective(int ProspectiveID) //{ // return prospectiveDA.DeleteProspective(ProspectiveID); //} public bool AddNewProspective(Prospective prospective) { return prospectiveDA.AddProspective(prospective); }