Exemplo n.º 1
0
 protected override Task <int> RemoveAsync(string id)
 {
     return(configService.DeleteAppConfig(id));
 }