コード例 #1
0
 public List <Consumer> FindAll()
 {
     return(consumerRepository.FindAll());
 }