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