mirror of
https://github.com/NecroticBamboo/QRBee.git
synced 2025-12-21 12:11:53 +00:00
7 lines
160 B
C#
7 lines
160 B
C#
namespace QRBee.Load.Generator
|
|
{
|
|
internal interface IAnomalyReporter
|
|
{
|
|
void Report(DateTime start, DateTime end, string description);
|
|
}
|
|
} |