コード例 #1
0
 public List <T> ListAll()
 {
     return(efGenericRepository.ListAll());
 }