CodeLiturgy.Dashboard/BlueWest.Domain/Extensions/ModelBuilderCountryDbContex...

16 lines
294 B
C#
Raw Normal View History

2022-09-08 06:15:44 +03:00
using System.Collections.Generic;
using BlueWest.Data;
using Microsoft.EntityFrameworkCore;
2022-09-19 05:50:15 +03:00
namespace BlueWest.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
}
}