コード例 #1
0
ファイル: ClientBLL.cs プロジェクト: Brfranca/HotelSystem
 public QueryResponse <Client> GetById(int id)
 {
     return(_clienteDAL.GetById(id));
 }