Exemplo n.º 1
0
 public static List <BrokerInfo> BrokerInfo_GetByTop(string Top, string Where, string Order)
 {
     return(db.BrokerInfo_GetByTop(Top, Where, Order));
 }