using API.DTO.Base.Update; using DAL.Models; namespace API.Authentication.Interfaces { public interface ISignupAuthentication : IGenericAuthentication { } }