Files
ServicesCallService/SharedLibrary/Models/RepositoryException.cs
2020-10-19 12:55:29 -04:00

14 lines
225 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SharedLibrary.Models
{
public class RepositoryException : Exception
{
}
}