added email model

This commit is contained in:
Wyatt J. Miller
2018-11-26 11:57:50 -05:00
parent dc2e9d8f52
commit d3f0e0dc10
6 changed files with 13 additions and 5 deletions

View File

@ -0,0 +1,7 @@
namespace DeskHubSharp
{
public class Email
{
}
}