2022-09-08 06:15:44 +03:00
|
|
|
using System.Collections.Generic;
|
|
|
|
using BlueWest.Data;
|
|
|
|
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-10-30 19:40:33 +03:00
|
|
|
{
|
|
|
|
|
2022-09-08 06:15:44 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|