public static DataRow get(Guid ID)
 {
     return(Tools.getFirstRow(get(ID, null)));
 }
Ejemplo n.º 2
0
 public static DataRow get(Guid id)
 {
     return(Tools.getFirstRow(get(id, null, null, null, null, false)));
 }
 public static DataRow get(Guid id)
 {
     return(Tools.getFirstRow(get(true, id, null)));
 }