示例#1
0
 public static DataSet GetDropDownListAllSTD_Contact()
 {
     DataSet sTD_Contacts = new DataSet();
     SqlSTD_ContactProvider sqlSTD_ContactProvider = new SqlSTD_ContactProvider();
     sTD_Contacts = sqlSTD_ContactProvider.GetDropDownListAllSTD_Contact();
     return sTD_Contacts;
 }