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