Add specific weeks of disciplines #10
@ -0,0 +1,9 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Mirea.Api.DataAccess.Domain.Schedule;
|
||||
|
||||
namespace Mirea.Api.DataAccess.Application.Interfaces.DbContexts.Schedule;
|
||||
|
||||
public interface ISpecificWeekDbContext : IDbContextBase
|
||||
{
|
||||
DbSet<SpecificWeek> SpecificWeeks { get; set; }
|
||||
}
|
Loading…
Reference in New Issue
Block a user