Example #1
0
 public void getAllVisitsFromCurrentMonth()
 {
     var rs = new ReportingService();
     rs.GetVisitsFromCurrentMonth();
 }