Exemple #1
0
        public virtual async Task <ServiceExecutionResult> GenerateClassAsync(AbpHelperGenerateAppServiceClassInput input)
        {
            await _serviceCommand.RunCommand(ObjectMapper.Map <AbpHelperGenerateAppServiceClassInput, ServiceCommandOption>(input));

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