Exemple #1
0
 public void Add(SiteConfiguration model)
 {
     _siteConfigRepository.Add(model);
     SaveChanges();
 }