Ejemplo n.º 1
0
 public static List <Company> Company_GetById(string Id)
 {
     return(db.Company_GetById(Id));
 }