2018-04-16 17:56:24 +02:00
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using Microsoft.AspNet.Mvc;
|
|
|
|
|
using Yavsc.Services;
|
|
|
|
|
|
|
|
|
|
namespace Yavsc.ApiControllers
|
|
|
|
|
{
|
|
|
|
|
[Route("api/mailtemplate")]
|
|
|
|
|
public class MailTemplatingApiController: Controller
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
2018-04-18 18:15:40 +02:00
|
|
|
}
|