15 lines
344 B
C#
15 lines
344 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 Sale
|
|
{
|
|
public int Id { get; set; }
|
|
|
|
public DateTime Time { get; set; }
|
|
|
|
public int EmployeeId { get; set; }
|
|
} |