Files
point_of_sale/PointOfSale/Pos.Api/Pos.Api.Database/Models/LastUpdate.cs
Bjarne Pedersen 41e23b6184 Initial commit
Initial commit til Git.
V2 er deployed
2026-06-13 17:31:50 +02:00

11 lines
281 B
C#

// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated>
#nullable disable
using System;
using System.Collections.Generic;
namespace Pos.Api.Database.Models;
public partial class LastUpdate
{
public DateTime? DateTime { get; set; }
}