Ejemplo n.º 1
0
 public DataTable GetDataByID(string ID)
 {
     return(dal.GetDataByID(ID));
 }