Beispiel #1
0
 void IIntegrationCommand.CreateIntegratorUser(IntegratorUser user)
 {
     user.Prepare();
     user.Validate();
     _repository.CreateIntegratorUser(user);
 }