示例#1
0
 public static List <BrokerInfo> BrokerInfo_GetById(string Id)
 {
     return(db.BrokerInfo_GetById(Id));
 }