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