Exemplo n.º 1
0
 public IEnumerable <GetDataForDropDownList> GetMasterDropDownDataforMasterTables(string MasterTableID, string MasterTableDescription, string MasterTableName)
 {
     return(campaignDAO.GetMasterDropDownDataforMasterTables(MasterTableID, MasterTableDescription, MasterTableName));
 }