Ejemplo n.º 1
0
 @Override
 public SimpleStandupReport findById(Integer standupId, Integer sAccountId) {
   return standupReportMapperExt.findReportById(standupId);
 }