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