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