version up
This commit is contained in:
11
FlowerApp/Controls/ILoggerContent.cs
Normal file
11
FlowerApp/Controls/ILoggerContent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Blahblah.FlowerApp.Data;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace Blahblah.FlowerApp;
|
||||
|
||||
public interface ILoggerContent
|
||||
{
|
||||
public ILogger Logger { get; }
|
||||
|
||||
public FlowerDatabase Database { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user