Refactor namespaces to remove "Companion" and standardize to "PetCompanion"

This commit is contained in:
2025-02-02 12:45:00 -03:00
parent c433095eb8
commit 06455db598
24 changed files with 70 additions and 67 deletions

View File

@@ -1,7 +1,7 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace Pet.Companion.Models
namespace PetCompanion.Models
{
public class PetStats
{