Exemplo n.º 1
0
 public List <bq_User> GetTop(int top)
 {
     return(db.qz_User_GetTop(top).ToList());
 }