Exemplo n.º 1
0
        public virtual async Task <ServiceExecutionResult> GenerateAsync(AbpHelperGenerateControllerInput input)
        {
            await _controllerCommand.RunCommand(ObjectMapper.Map <AbpHelperGenerateControllerInput, ControllerCommandOption>(input));

            return(new ServiceExecutionResult(true));
        }
Exemplo n.º 2
0
 public Task <ServiceExecutionResult> GenerateAsync(AbpHelperGenerateControllerInput input)
 {
     return(_service.GenerateAsync(input));
 }