Criando BackupContext

This commit is contained in:
Adriano Serighelli 2025-09-11 16:05:31 -03:00
parent 85a0416700
commit 5ab0de1840

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BackupPipefy.Infrastructure.Data
{
internal class BackupContext
{
}
}