コード例 #1
0
ファイル: Configuration.cs プロジェクト: leoSantos1/API-TESTE
 public Model.Configuration Get()
 {
     return(DAO.Get());
 }