Package com.cin.service

Examples of com.cin.service.StatisticsService


  private CensusInsuranceService cinService;
  private StatisticsService statService;

  public ControllerEJB (){
    cinService = new CensusInsuranceService();
    statService = new StatisticsService();
  }
View Full Code Here


  @BeforeClass
  public static void setUpBeforeClass() throws Exception {
    db = new Database();
    db.resetAllData();
   
    service = new StatisticsService();
  }
View Full Code Here

TOP

Related Classes of com.cin.service.StatisticsService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.