Skip to content

Instantly share code, notes, and snippets.

@mehmetalierol
Created September 28, 2018 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mehmetalierol/4c2f7ce4753e060a6bfac56131684297 to your computer and use it in GitHub Desktop.
Save mehmetalierol/4c2f7ce4753e060a6bfac56131684297 to your computer and use it in GitHub Desktop.
using Company.Application.Common.Api.Base;
using Company.Application.Data.Entities;
using Company.Application.Dto;
namespace Company.Application.WebApi.Interfaces
{
public interface ICustomerController : IApiController<CustomerDto, Customer>
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment