Example #1
0
 public async Task <ModuleDto> AddModule(ModuleDto moduleDto)
 {
     return(await httpClient.AddModule(moduleDto));
 }