Exemplo n.º 1
0
        public virtual async Task <ServiceExecutionResult> GenerateMethodsAsync(AbpHelperGenerateAppServiceMethodsInput input)
        {
            await _methodsCommand.RunCommand(ObjectMapper.Map <AbpHelperGenerateAppServiceMethodsInput, MethodsCommandOption>(input));

            return(new ServiceExecutionResult(true));
        }
 public Task <ServiceExecutionResult> GenerateMethodsAsync(AbpHelperGenerateAppServiceMethodsInput input)
 {
     return(_service.GenerateMethodsAsync(input));
 }