Umstrukturierung
This commit is contained in:
11
ReallifeGamemode.Database/IBankAccountOwner.cs
Normal file
11
ReallifeGamemode.Database/IBankAccountOwner.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using ReallifeGamemode.Database.Models;
|
||||
|
||||
namespace ReallifeGamemode.Database
|
||||
{
|
||||
public interface IBankAccountOwner
|
||||
{
|
||||
string Name { get; }
|
||||
|
||||
IBankAccount GetBankAccount(DatabaseContext databaseContext = null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user