public static void DeleteById(this IOrganizationUnits operations, long key) { operations.DeleteByIdAsync(key).GetAwaiter().GetResult(); }
public static void DeleteById(this IOrganizationUnits operations, long id, string ifMatch = default(string)) { operations.DeleteByIdAsync(id, ifMatch).GetAwaiter().GetResult(); }