Skip to content

Commit

Permalink
feat: remove notam module
Browse files Browse the repository at this point in the history
  • Loading branch information
xfoxfu committed Nov 11, 2024
1 parent 1797ba2 commit 78ae228
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 170 deletions.
54 changes: 0 additions & 54 deletions Net.Vatprc.Uniapi/Controllers/NotamController.cs

This file was deleted.

35 changes: 0 additions & 35 deletions Net.Vatprc.Uniapi/Models/Notam/Notam.cs

This file was deleted.

80 changes: 0 additions & 80 deletions Net.Vatprc.Uniapi/Models/Notam/NotamBinding.cs

This file was deleted.

1 change: 0 additions & 1 deletion Net.Vatprc.Uniapi/VATPRCContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public class VATPRCContext(DbContextOptions<VATPRCContext> options) : DbContext(
public DbSet<EventSlot> EventSlot { get; set; } = null!;
public DbSet<EventAirspace> EventAirspace { get; set; } = null!;
public DbSet<EventBooking> EventBooking { get; set; } = null!;
public DbSet<Notam> Notam { get; set; } = null!;
public DbSet<DeviceAuthorization> DeviceAuthorization { get; set; } = null!;

protected override void OnModelCreating(ModelBuilder modelBuilder)
Expand Down

0 comments on commit 78ae228

Please sign in to comment.