fix unsubscribe

This commit is contained in:
chsakell
2016-10-05 10:39:52 +03:00
parent bfb8cd2620
commit f11351b523
4 changed files with 11 additions and 4 deletions

View File

@@ -33,7 +33,8 @@ namespace LiveGameFeed.Data
new Feed()
{
Description = "Match started",
MatchId = 1
MatchId = 1,
CreatedAt = DateTime.Now
}
}
};
@@ -51,7 +52,8 @@ namespace LiveGameFeed.Data
new Feed()
{
Description = "Match started",
MatchId = 2
MatchId = 2,
CreatedAt = DateTime.Now
}
}
};