mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2025-12-30 09:28:22 -05:00
6 lines
109 B
C#
6 lines
109 B
C#
namespace Cleanuparr.Infrastructure.Features.Jobs;
|
|
|
|
public interface IHandler
|
|
{
|
|
Task ExecuteAsync();
|
|
} |