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