netmash/infrastructure/Netmash.Infrastructure.Data.../Services/Abstractions/IMetadataLocationService.cs

10 lines
193 B
C#

using System.Threading.Tasks;
namespace Netmash.Infrastructure.DatabaseMigration.Services.Abstractions
{
internal interface IMetadataLocationService
{
Task Check();
}
}