14 lines
244 B
C#
14 lines
244 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using Microsoft.AspNet.Mvc;
|
|
using Yavsc.Services;
|
|
|
|
namespace Yavsc.ApiControllers
|
|
{
|
|
[Route("api/mailtemplate")]
|
|
public class MailTemplatingApiController: Controller
|
|
{
|
|
|
|
}
|
|
}
|