Exemple #1
0
 public void Add(NotificationContext notification)
 {
     _context.Notification.Add(notification);
     _context.SaveChanges();
 }
Exemple #2
0
 public void Add(TestContext test)
 {
     _context.Tests.Add(test);
     _context.SaveChanges();
 }