Exemplo n.º 1
0
 public static DataTable getAll(int intContractId)
 {
     return(DalInventoryRecord.getAll(intContractId));
 }