Пример #1
0
 public async Task GetShould_ReturnTheCorrectValue()
 {
     Assert.AreEqual(internship, await sut.Get(internship.Id));
 }