예제 #1
0
 public void Add(NotificationContext notification)
 {
     _context.Notification.Add(notification);
     _context.SaveChanges();
 }
예제 #2
0
파일: TestRepo.cs 프로젝트: M3talen/Melkor
 public void Add(TestContext test)
 {
     _context.Tests.Add(test);
     _context.SaveChanges();
 }