Ejemplo n.º 1
0
 protected String buildSMSText() {
   NutritionMonthlyReportData report = NutritionMonthlyReportData.get();
   return report.buildSMSText();
 }