Example #1
0
 public static void DeleteReference(this IAccounts operations, string accountId, string fieldname, Odataid odataid = default)
 {
     operations.DeleteReferenceAsync(accountId, fieldname).GetAwaiter().GetResult();
 }