Beispiel #1
0
        public static List <string[]> GetLoadSeedCooperativePriceTypeKey(int TypeKey)
        {
            DataTable       nTable = Seed_Cooperative_Info.GetListSeedPrice(TypeKey);
            List <string[]> li_str = ConvertTableToSting(nTable);

            return(li_str);
        }