public static void Main()
public bool RemoveDuplicateTypes4MCOISetup(string AppKey, string Key)
List<string> COITypes = new List<string>() { "CommercialGeneralLiability", "RiskPropertyInsurance", "BoilerMachinery", "AutomobileLiabilityInsurance", "EnvironmentalInsurance", "Other" };
ApiHandler apihandler = new ApiHandler();
DataTable dtCOISetup = apihandler.SqlQueryPOST(AppKey, Key, "QRCOI_Setup", "{}");
DataView dv = new DataView(dtCOISetup);
DataTable Tenants = dv.ToTable(true, "TenantID");
Console.WriteLine("Hello World");