Beispiel #1
0
 public static List<SelectListItem> DirectDebitConsumerDropDownList(String ConsumerType, String clientID)
 {
     try
        {
        IDropDownList2 sobj = new BALDirectDebit();
        List<SelectListItem> lstsearchField = sobj.DropDownList(ConsumerType, clientID);
        return lstsearchField;
        }
        catch (Exception ex)
        {
        throw;
        }
 }