Criando BackupContext
This commit is contained in:
parent
85a0416700
commit
5ab0de1840
12
BackupPipefy.Infrastructure/Data/BackupContext.cs
Normal file
12
BackupPipefy.Infrastructure/Data/BackupContext.cs
Normal 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
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user