Example #1
0
 public async Task <string> Generate(CodeType type)
 {
     return(await _codeService.Generate(type));
 }