コード例 #1
0
 public IList <Contracts> ContractGetAll()
 {
     return(ContractRepository.ContractGetAll());
 }