7 lines
160 B
C#
7 lines
160 B
C#
namespace mROA.Abstract
|
|
{
|
|
public interface IRepresentationModuleProducer : IInjectableModule
|
|
{
|
|
IRepresentationModule Produce(int id);
|
|
}
|
|
} |