コード例 #1
0
ファイル: UserBC.java プロジェクト: hackermauro87/tekoporu
 public List<User> listar() {
   return dt.listar();
 }