1
0
mirror of https://github.com/bitwarden/server synced 2025-12-21 02:33:30 +00:00

New mail services and implementations

This commit is contained in:
Kyle Spearrin
2017-05-30 17:19:46 -04:00
parent 72ac5c9f80
commit 07c5f45ae0
19 changed files with 549 additions and 160 deletions

9
src/Core/Program.cs Normal file
View File

@@ -0,0 +1,9 @@
namespace Bit.Core
{
public class Program
{
public static void Main(string[] args)
{
}
}
}