7 lines
233 B
C#
7 lines
233 B
C#
using ApplicationLayer.Services.GeneralExceptions;
|
|
|
|
namespace Infrastructure.Database.Applicants.Repositories.Exceptions
|
|
{
|
|
public class ApplicantNotFoundByUserIdException() : EntityNotFoundException("Applicant not found.");
|
|
}
|