Пример #1
0
 public void SaveOrUpdateChapterportalOffice(ChapterOfficerDetails data)
 {
     _context.ChapterOfficerDetails.Add(data);
     _context.SaveChanges();
 }
Пример #2
0
 public bool SaveOrUpdateChapteOfficer(ChapterOfficerDetails obj)
 {
     _chapterportalDAL.SaveOrUpdateChapterportalOffice(obj);
     return(true);
 }