Refactor namespaces to follow new naming convention and add item model classes
This commit is contained in:
+4
-4
@@ -1,10 +1,10 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using pet_companion_api.Data;
|
||||
using pet_companion_api.Repositories;
|
||||
using pet_companion_api.Services;
|
||||
using Pet.Companion.Data;
|
||||
using Pet.Companion.Repositories;
|
||||
using Pet.Companion.Services;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace pet_companion_api
|
||||
namespace Pet.Companion
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user