Skip to content

Instantly share code, notes, and snippets.

@mehmetalierol
Created September 28, 2018 17:22
Embed
What would you like to do?
using Company.Application.Common.Api.Base;
using Company.Application.Data.Entities;
using Company.Application.Dto;
namespace Company.Application.WebApi.Interfaces
{
public interface IAppResourceController : IApiController<AppResourceDto, AppResource>
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment