Exemple #1
0
 void IStoreService.SaveChanges()
 {
     context.SaveChanges();
 }
 void SaveChanges()
 {
     context.SaveChanges();
 }