Esempio n. 1
0
 public void Update(ExamsOfMember entity)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public int Add(ExamsOfMember entity)
 {
     _examsOfMemberRepository.Add(entity);
     return(entity.ID);
 }