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