Ejemplo n.º 1
0
 void ICedts_PartnerRepository.SaveMajor(CEDTS_Major Major)
 {
     db.AddToCEDTS_Major(Major);
     db.SaveChanges();
 }