ICanGetService.cs 107 B

1234567
  1. namespace Blue
  2. {
  3. [InjectRule(typeof(IService))]
  4. public interface ICanGetService
  5. {
  6. }
  7. }