Meeting.Demo/Meeting.V2.Demo/Services/Meeting.V2.Demo.Services.In.../IMessageService.cs

8 lines
131 B
C#

namespace Meeting.V2.Demo.Services.Interfaces
{
public interface IMessageService
{
string GetMessage();
}
}