コード例 #1
0
 public IEnumerable <Proposal> Get()
 {
     using (var db = DBConnection.GetConnection())
     {
         return(Proposal.GetAll <Proposal>(db));
     }
 }