コード例 #1
0
ファイル: RoomServices.cs プロジェクト: parveen92/NBInventory
 public RoomDTO GetbyID(int id)
 {
     return(_db.GetbyID(id));
 }