public Task <ServiceExecutionResult> GenerateAsync(AbpHelperGenerateCrudInput input) { return(_service.GenerateAsync(input)); }
public virtual async Task <ServiceExecutionResult> GenerateAsync(AbpHelperGenerateCrudInput input) { await _crudCommand.RunCommand(ObjectMapper.Map <AbpHelperGenerateCrudInput, CrudCommandOption>(input)); return(new ServiceExecutionResult(true)); }