コード例 #1
0
 public void LimitManagerResetSightsTest()
 {
     BillDemandBusinessService target = new BillDemandBusinessService(); // TODO: Initialize to an appropriate value
     Guid billDemandUid = new Guid(); // TODO: Initialize to an appropriate value
     target.LimitManagerResetSights(billDemandUid);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }