File scoped namespaces
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
namespace Wino.Core.Domain.Interfaces;
|
||||
|
||||
/// <summary>
|
||||
/// An interface that all startup services must implement.
|
||||
/// </summary>
|
||||
public interface IInitializeAsync
|
||||
{
|
||||
/// <summary>
|
||||
/// An interface that all startup services must implement.
|
||||
/// </summary>
|
||||
public interface IInitializeAsync
|
||||
{
|
||||
Task InitializeAsync();
|
||||
}
|
||||
Task InitializeAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user