DD.WellWorkover.Cloud/AsbCloudApp/Services/Subsystems/ISubsystemService.cs

7 lines
102 B
C#
Raw Normal View History

namespace AsbCloudApp.Services.Subsystems
{
internal interface ISubsystemService
{
}
}