Standardwert des Eingangs 'withReceiver' in EnvelopeHistory.ReadAsync aktualisieren
This commit is contained in:
@@ -28,8 +28,6 @@ namespace EnvelopeGenerator.Infrastructure.Repositories
|
||||
if(withReceiver)
|
||||
query = query.Include(eh => eh.Receiver);
|
||||
|
||||
string qSt = query.ToQueryString();
|
||||
|
||||
return query;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user