Exemple #1
0
 //#region[BrokerInfo_GetByIndex]
 //public static List<BrokerInfo> Cate_Products_GetByIndex(string Index, string Lang)
 //{
 //    List<BrokerInfo> list = new List<BrokerInfo>();
 //    list = BrokerInfo_GetByAll(Lang);
 //    return list.FindAll(delegate(BrokerInfo obj)
 //    {
 //return obj.Active == "1" && obj.Index == Index;
 //    });
 //}
 //#endregion
 #region [BrokerInfo_GetByAll]
 public static List <BrokerInfo> BrokerInfo_GetByAll(string Lang)
 {
     return(db.BrokerInfo_GetByAll(Lang));
 }