Exemplo n.º 1
0
 public async Task <List <VariableTypeDto> > VariableTypeList()
 {
     return(await _variableService.ListAllVariableTypes());
 }