This commit is contained in:
2018-04-16 17:56:24 +02:00
parent 69ca8e9533
commit 86fa893796
3 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using Microsoft.AspNet.Mvc;
using Yavsc.Services;
namespace Yavsc.ApiControllers
{
[Route("api/mailtemplate")]
public class MailTemplatingApiController: Controller
{
}
}