8 lines
114 B
C#
8 lines
114 B
C#
using System;
|
|
|
|
namespace MileageTraker.Web.DAL
|
|
{
|
|
public class UserAccountDisabledException : Exception
|
|
{
|
|
}
|
|
} |