9 lines
199 B
C#
9 lines
199 B
C#
namespace Flawless.Abstraction;
|
|
|
|
/// <summary>
|
|
/// Standard interface for repository to store file/directory lock info in this repository.
|
|
/// </summary>
|
|
public interface IOccupationChart
|
|
{
|
|
|
|
} |