Database update
This commit is contained in:
@@ -38,5 +38,15 @@ namespace FoodsharingSiegen.Contracts.Entity
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Public Method Clone
|
||||
|
||||
/// <summary>
|
||||
/// Clones this instance (a. beging, 11.04.2022)
|
||||
/// </summary>
|
||||
/// <returns>The user</returns>
|
||||
public User Clone() => (User) MemberwiseClone();
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user