clean up server
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@page "/"
|
||||
@using EnvelopeGenerator.Common;
|
||||
@using EnvelopeGenerator.Web.Services;
|
||||
@inject DatabaseService Database;
|
||||
@inject EnvelopeService Envelope;
|
||||
|
||||
<PageTitle>Index</PageTitle>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
protected override void OnInitialized()
|
||||
{
|
||||
// Test
|
||||
envelopes = Database.LoadEnvelopes(receiverId);
|
||||
envelopes = Envelope.LoadEnvelopes(receiverId);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user