Ejemplo n.º 1
0
 public int UpdateAccreditor(DlModel.Accreditor accreditor)
 {
     return(_accreditorRepository.Update(accreditor));
 }
Ejemplo n.º 2
0
 //----------Accreditor
 public int AddAccreditor(DlModel.Accreditor accreditor)
 {
     return(_accreditorRepository.Add(accreditor).AccreditorID);
 }