init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
using Kreta.KretaServer.Exceptions;
|
||||
|
||||
namespace Kreta.BusinessLogic.Exceptions
|
||||
{
|
||||
public class KretaJelszoModositasException : KretaException
|
||||
{
|
||||
public KretaJelszoModositasException(string message) : base(message) { }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue