Exemplo n.º 1
0
 private void RunIBusinessTests(IBusinessTests tests)
 {
     tests.CREATE_NEW();
     tests.CREATE_FROM_DTO();
     tests.GET();
     tests.DELETE_IMMEDIATELY();
     tests.UPDATE();
     tests.COMMIT();
     tests.LOAD_FROM_DTO();
     tests.TO_DTO();
 }
Exemplo n.º 2
0
 private void RunIBusinessTests(IBusinessTests tests)
 {
     tests.CREATE_NEW();
       tests.CREATE_FROM_DTO();
       tests.GET();
       tests.DELETE_IMMEDIATELY();
       tests.UPDATE();
       tests.COMMIT();
       tests.LOAD_FROM_DTO();
       tests.TO_DTO();
 }