示例#1
0
 private void SetUpDictionaryEntityes()
 {
     DictionaryEntitiesMap.INSTANCE.Clear();
     DictionaryEntitiesMap.INSTANCE.AddEntity(typeof(ProdutoTeste));
     DictionaryEntitiesObjects.GetInstance().Clear();
     entity = DictionaryEntitiesMap.INSTANCE.GetEntity(typeof(ProdutoTeste));
 }
 public void SetUp()
 {
     DictionaryEntitiesMap.INSTANCE.TryAddEntity(typeof(ProdutoTeste));
     target = DictionaryEntitiesObjects.GetInstance();
     target.Clear();
 }