Commit 85f8d4fd authored by hasan khaddour's avatar hasan khaddour

add Domain Error interface .

parent 3774d30e
using FluentResults;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PSManagement.SharedKernel.DomainErrors
{
public interface IDomainError : IError
{
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment