Files
MileageTraker/Web/DAL/UserAccountDisabledException.cs

8 lines
114 B
C#

using System;
namespace MileageTraker.Web.DAL
{
public class UserAccountDisabledException : Exception
{
}
}