|
using System.Collections.Generic;
|
|
using BlueWest.Data;
|
|
using Microsoft.EntityFrameworkCore;
|
|
|
|
namespace CodeLiturgy.Domain.Extensions
|
|
{
|
|
/// <summary>
|
|
/// Code first model builder
|
|
/// </summary>
|
|
public static class ModelBuilderCountryDbContextExtensions
|
|
{
|
|
|
|
}
|
|
}
|
|
|