8 lines
182 B
C#
8 lines
182 B
C#
namespace mROA.Abstract
|
|
{
|
|
public interface IContextRepositoryHub
|
|
{
|
|
IInstanceRepository GetRepository(int clientId);
|
|
void FreeRepository(int clientId);
|
|
}
|
|
} |