using Microsoft.AspNetCore.Mvc; namespace Yavsc.ApiControllers { [Route(Constants.APIPrefix + "/mailtemplate")] public class MailTemplatingApiController: Controller { } }