示例#1
0
 protected override Task <int> RemoveAsync(string id)
 {
     return(configService.DeleteAppConfig(id));
 }