Пример #1
0
 //Save Changes
 public bool SaveChanges()
 {
     _logger.LogInformation($"Attempting to save the changes in the context");
     return(_dbContext.SaveChanges() > 0);
 }