Esempio n. 1
0
 public void Create(CreateNode req)
 {
     using (var scope = ScopeFactory.CreateWithTransaction(IsolationLevel.ReadCommitted))
     {
         scope.SaveChanges();
     }
 }