Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. using KalugaGov.Domain.Entities;
  2. using KalugaGov.Domain.Interfaces;
  3.  
  4. namespace KalugaGov.Domain.Services.Blocks.Abstractions
  5. {
  6. /// <summary>
  7. /// Интерфейс распознователя сервиса блоков
  8. /// </summary>
  9. public interface IBlockServiceResolver : IResolver<IBlockService, BlockTypeOption>
  10. {
  11.  
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement