public void AddParticipant(participants participant) { using (mydbEntities2 ent = new mydbEntities2()) { ent.participants.Add(participant); ent.SaveChanges(); } }
public void SaveRegisterDto(BachelorBackEnd.participants participantobj) { //ResearcherDAO.AddParticipant(participantobj); }