コード例 #1
0
 public SqlRoomRepository(RoomiesDbContext roomiesDbContext)
 {
     this.Db = roomiesDbContext;
 }