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