Ejemplo n.º 1
0
 public static List <Company> Company_GetByTop(string Top, string Where, string Order)
 {
     return(db.Company_GetByTop(Top, Where, Order));
 }