コード例 #1
0
 public NonQueryCommandsExecutor(object obj)
 {
     entity = DictionaryEntitiesMap.INSTANCE.GetEntity(obj.GetType());
     this.objectCommand = obj;
 }
コード例 #2
0
 private void SetUpDictionaryEntityes()
 {
     DictionaryEntitiesMap.INSTANCE.Clear();
     DictionaryEntitiesMap.INSTANCE.AddEntity(typeof(ProdutoTeste));
     DictionaryEntitiesObjects.GetInstance().Clear();
     entity = DictionaryEntitiesMap.INSTANCE.GetEntity(typeof(ProdutoTeste));
 }