Egyéb javítások

This commit is contained in:
2018-03-28 17:35:45 +02:00
parent 1282db15ca
commit 0ac6bd19e7
8 changed files with 36 additions and 9 deletions
@@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Nuvolar.Module.Helpers
{
public static class StorageTransactions
{
}
}