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