Tuitio refactoring
parent
747b91898d
commit
476481f808
|
@ -64,8 +64,8 @@
|
||||||
<Version>2.1.0</Version>
|
<Version>2.1.0</Version>
|
||||||
<Content>
|
<Content>
|
||||||
◾ Tuitio refactoring
|
◾ Tuitio refactoring
|
||||||
◾ Added account logout method
|
◾ Added account logout method
|
||||||
◾ Tuitio performance optimizations
|
◾ Tuitio performance optimizations
|
||||||
</Content>
|
</Content>
|
||||||
</Note>
|
</Note>
|
||||||
</ReleaseNotes>
|
</ReleaseNotes>
|
|
@ -1,4 +1,6 @@
|
||||||
using System;
|
// Copyright (c) 2020 Tudor Stanciu
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
namespace Tuitio.Domain.Models.Account
|
namespace Tuitio.Domain.Models.Account
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue