コード例 #1
0
 public async Task Delete(object val)
 {
     if (val is PhoneNumberVM vm)
     {
         await _sc.PhoneNumbers3Async(vm.Id);
     }
 }