namespace DoliMiddlewareApi.Exceptions;
public class NotFoundException : Exception
{
public NotFoundException(string message) : base(message)
}
Powered by Projectes IES La Mar.