Пример #1
0
 public void SendFWPSummaryReport()
 {
     Insurance.Service.WeeklyGWPService service = new Insurance.Service.WeeklyGWPService();
     service.SendWeeklyReport();
 }
Пример #2
0
 public void SendZinaraDailyReport()
 {
     Insurance.Service.WeeklyGWPService service = new Insurance.Service.WeeklyGWPService();
     service.SendWeeklyGwpFile();
 }