Ejemplo n.º 1
0
 public static VersionOBJ GetLastestVersion()
 {
     return(VersionMOD.GetLastestVersion());
 }
Ejemplo n.º 2
0
 public static string ReadCurrentVersion(string sfilePath)
 {
     return(VersionMOD.ReadCurrentVersion(sfilePath));
 }
Ejemplo n.º 3
0
 public static bool InsertNewVersion(VersionOBJ verObj)
 {
     return(VersionMOD.InsertNewVersion(verObj));
 }
Ejemplo n.º 4
0
 public static bool WriteNewVersion(VersionOBJ verObj, string sfilePath)
 {
     return(VersionMOD.WriteNewVersion(verObj, sfilePath));
 }
Ejemplo n.º 5
0
 public static List <VersionOBJ> GetAllVersions()
 {
     return(VersionMOD.GetAllVersions());
 }