source: src/FinkiChattery/FinkiChattery.Common/Mediator/EventService.cs@ e6a6d9a

dev
Last change on this file since e6a6d9a was e6a6d9a, checked in by Стојков Марко <mst@…>, 3 years ago

Initialized FinkiChattery project

  • Property mode set to 100644
File size: 154 bytes
Line 
1using FinkiChattery.Common.Mediator.Interfaces;
2
3namespace FinkiChattery.Common.Mediator
4{
5 public class EventService : IEventService
6 {
7 }
8}
Note: See TracBrowser for help on using the repository browser.