CodeLiturgy.Dashboard/CodeLiturgy.Views/Models/ModelBuilderCountryDbContex...

16 lines
300 B
C#
Raw Permalink Normal View History

2022-09-08 06:15:44 +03:00
using System.Collections.Generic;
2022-11-18 03:15:53 +03:00
using CodeLiturgy.Data;
2022-09-08 06:15:44 +03:00
using Microsoft.EntityFrameworkCore;
2022-10-30 19:48:24 +03:00
namespace CodeLiturgy.Domain.Extensions
2022-09-08 06:15:44 +03:00
{
2022-09-10 00:33:17 +03:00
/// <summary>
/// Code first model builder
/// </summary>
2022-09-08 06:15:44 +03:00
public static class ModelBuilderCountryDbContextExtensions
{
2022-09-08 06:15:44 +03:00
}
}