...
This commit is contained in:
@@ -46,6 +46,7 @@ namespace TaxPayer.Infrastructure.Persistence
|
||||
public DbSet<UserNotfi> UserNotifis { get; set; }
|
||||
public DbSet<stuff> Stuffs { get; set; }
|
||||
public DbSet<Ulr> Ulrs { get; set; }
|
||||
public DbSet<rptQueue> rptQueue { get; set; }
|
||||
#endregion
|
||||
//public override Task<int> SaveChangesAsync(CancellationToken cancellationToken = new CancellationToken())
|
||||
//{
|
||||
|
10
Back/Data/Models/rptQueue.cs
Normal file
10
Back/Data/Models/rptQueue.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Back.Data.Models
|
||||
{
|
||||
public class rptQueue
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public int InvoicID { get; set; }
|
||||
public int CompanyID { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user