Package br.com.mystudies.ds.service.string.b49c

Source Code of br.com.mystudies.ds.service.string.b49c.ReportSintaticService

package br.com.mystudies.ds.service.string.b49c;

import br.com.mystudies.ds.domain.Report;
import br.com.mystudies.ds.service.report.ReportService;

public class ReportSintaticService implements ReportService{

  @Override
  public Report getReport() {
    System.out.println("Sintatic Report by module B49C");
    return new Report();
  }

}
TOP

Related Classes of br.com.mystudies.ds.service.string.b49c.ReportSintaticService

TOP
Copyright © 2018 www.massapi.com. 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.