Files
mROA/mROA/Abstract/IMethodRepository.cs
T

7 lines
143 B
C#

namespace mROA.Abstract
{
public interface IMethodRepository : IInjectableModule
{
IMethodInvoker GetMethod(int id);
}
}