Refactor namespaces to follow new naming convention and add item model classes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using pet_companion_api.Models;
|
||||
using Pet.Companion.Models;
|
||||
|
||||
namespace pet_companion_api.Data
|
||||
namespace Pet.Companion.Data
|
||||
{
|
||||
public class ApplicationDbContext : DbContext
|
||||
{
|
||||
|
Reference in New Issue
Block a user