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