Criação de entities

This commit is contained in:
Adriano Serighelli 2025-09-11 16:14:53 -03:00
parent 5ab0de1840
commit 92e9d274dc
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BackupPipefy.Domain.Entities
{
internal class BackupLog
{
}
}

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BackupPipefy.Domain.Entities
{
internal class PipefyCard
{
}
}