コード例 #1
0
 public void GetRepository__CorrectlyRetrieved()
 {
     Assert.AreSame(DataRepository, TestInstance.GetRepository <IData>());
 }