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