Beispiel #1
0
 public static Task <bool> IsCardExistAsync(this ISmartCardReader reader)
 {
     return(Task.Run(() => reader.IsCardExist()));
 }