示例#1
0
 protected override Task <int> AddAsync(AppConfigViewModel model)
 {
     return(configService.AddOrUpdateConfig(model));
 }