コード例 #1
0
 private static void OnOnLockingConfiguration(object sender, DbConfigurationEventArgs dbConfigurationEventArgs)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 private static void OnOnLockingConfiguration(object sender, DbConfigurationEventArgs dbConfigurationEventArgs)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 private void Handler3(object sender, DbConfigurationEventArgs args)
 {
     Assert.Same(_configuration.Object.Owner, sender);
     Assert.Same(_snapshot, args.ResolverSnapshot);
     Handler3Called++;
 }