Example #1
0
 public void GetDescriptionCategory()
 {
     mock.Setup(x => x.Descriptions);
     ServiceDescription service = new ServiceDescription(mock.Object);
     DescriptionItemDTO itemDTO = service.GetDescriptionCategory(null);
 }