diff --git a/BackupPipefy.Infrastructure/Data/BackupContext.cs b/BackupPipefy.Infrastructure/Data/BackupContext.cs new file mode 100644 index 0000000..4a60f97 --- /dev/null +++ b/BackupPipefy.Infrastructure/Data/BackupContext.cs @@ -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 + { + } +}