Files

8 lines
132 B
C#

namespace RIZO_Application.Services.Interfaces
{
public interface IMessageService
{
string GetMessage();
}
}