예제 #1
0
 void IIntegrationCommand.CreateIntegrationSystem(IntegrationSystem system)
 {
     system.Prepare();
     system.Validate();
     _repository.CreateIntegrationSystem(system);
 }