9 lines
132 B
C#
9 lines
132 B
C#
using Microsoft.EntityFrameworkCore;
|
|
|
|
namespace PortBlog.API.DbContexts
|
|
{
|
|
public class BlogContext : DbContext
|
|
{
|
|
}
|
|
}
|