7 lines
97 B
C#
7 lines
97 B
C#
namespace ErsatzTV.Application
|
|
{
|
|
public interface IBackgroundServiceRequest
|
|
{
|
|
}
|
|
}
|