Example #1
0
 /// <summary>
 /// Invokes the 'MockReportCustomMethod' method of the specified <see cref="MockReport"/> entity.
 /// </summary>
 /// <param name="current">The <see cref="MockReport"/> entity instance.</param>
 public void MockReportCustomMethod(MockReport current)
 {
     current.MockReportCustomMethod();
 }
 /// <summary>
 /// Invokes the 'MockReportCustomMethod' method of the specified <see cref="MockReport"/> entity.
 /// </summary>
 /// <param name="current">The <see cref="MockReport"/> entity instance.</param>
 public void MockReportCustomMethod(MockReport current)
 {
     current.MockReportCustomMethod();
 }