mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-26 14:50:34 -05:00
6 lines
99 B
C#
6 lines
99 B
C#
namespace Infrastructure.Verticals.Jobs;
|
|
|
|
public interface IHandler
|
|
{
|
|
Task ExecuteAsync();
|
|
} |