示例#1
0
 public async Task RemoveAppAsync(Int32 appId)
 {
     Check.IfNullOrZero(appId);
     await _appContext.RemoveAppAsync(appId);
 }