mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
test
This commit is contained in:
parent
6f78b9384a
commit
c205ac0b78
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ namespace Project_Unite
|
|||
{
|
||||
public class NotificationHub : Hub
|
||||
{
|
||||
public string Activate()
|
||||
public string SendMessage(string message)
|
||||
{
|
||||
return "Monitor Activated";
|
||||
return message;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue